compiler [kəm'pailə] danh từ người biên soạn, người sưu tập tài liệu...
error ['erə] danh từ sự sai lầm, sự sai sót, lỗi; ý kiến sai lầm; tình trạng...
Câu ví dụ
This means that calling person.myName will produce a compiler error. Điều này có nghĩa là việc khai báo name và Name sẽ gây ra lỗi compiler error.
This means that calling person.myName will produce a compiler error. Điều này có nghĩa là việc khai báo name và Name sẽ gây ra lỗi compiler error.
Thus, nameof(int) is a compiler error, but nameof(System.Int32) is not. Bàn lại có nghĩa là hòa hợp [trộn lẫn]; không hòa hợp [trộn lẫn] gọi là Niết-bàn.
208 Compiler error: Method with Objective-C selector conflicts with previous declaration with the same Objective-C selector Lỗi trình biên dịch: Phương thức với bộ chọn Objective-C xung đột với khai báo trước đó với cùng bộ chọn Objective-C
We can’t define interface static method for Object class methods, we will get compiler error as “This static method cannot hide the instance method from Object”. Chúng ta không thể định nghĩa phương thức static của các phương thức thuộc class Object, chúng ta sẽ gặp lỗi “This static method cannot hide the instance method from Object”.
A user alerted him that on the Sparc64 hardware platform and using the new malloc, compiling large C++ projects would sometimes fail with an internal compiler error. Một người dùng đã cảnh báo ông rằng, trên nền phần cứng Sparc64 và sử dụng lệnh malloc mới, việc biên dịch những dự án C++ lớn đôi khi thất bại với một lỗi biên dịch bên trong.
If we change our greeting example to use val instead of var, then the second line will give us a compiler error because we’re no longer allowed to modify our greeting variable: Nếu chúng ta thay đổi khai báo từ var sang val trong ví dụ trên thì dòng thứ hai sẽ cho chúng ta một lỗi trình biên dịch bởi vì chúng ta không còn được phép thay đổi biến “greetting” của mình: